+2004-03-14 Morten Welinder <terra@gnome.org>
+
+ * gtk/gtkfilesystemunix.c: Kill some debug g_prints.
+
Sun Mar 14 21:03:15 2004 Owen Taylor <otaylor@redhat.com>
* gtk/gtkpathbar.[ch]: Add _gtk_path_bar_up()/
+2004-03-14 Morten Welinder <terra@gnome.org>
+
+ * gtk/gtkfilesystemunix.c: Kill some debug g_prints.
+
Sun Mar 14 21:03:15 2004 Owen Taylor <otaylor@redhat.com>
* gtk/gtkpathbar.[ch]: Add _gtk_path_bar_up()/
+2004-03-14 Morten Welinder <terra@gnome.org>
+
+ * gtk/gtkfilesystemunix.c: Kill some debug g_prints.
+
Sun Mar 14 21:03:15 2004 Owen Taylor <otaylor@redhat.com>
* gtk/gtkpathbar.[ch]: Add _gtk_path_bar_up()/
+2004-03-14 Morten Welinder <terra@gnome.org>
+
+ * gtk/gtkfilesystemunix.c: Kill some debug g_prints.
+
Sun Mar 14 21:03:15 2004 Owen Taylor <otaylor@redhat.com>
* gtk/gtkpathbar.[ch]: Add _gtk_path_bar_up()/
+2004-03-14 Morten Welinder <terra@gnome.org>
+
+ * gtk/gtkfilesystemunix.c: Kill some debug g_prints.
+
Sun Mar 14 21:03:15 2004 Owen Taylor <otaylor@redhat.com>
* gtk/gtkpathbar.[ch]: Add _gtk_path_bar_up()/
if (now - folder_unix->asof >= FOLDER_CACHE_LIFETIME &&
folder_unix->stat_info)
{
+#if 0
g_print ("Cleaning out cached directory %s\n", filename);
+#endif
g_hash_table_destroy (folder_unix->stat_info);
folder_unix->stat_info = NULL;
folder_unix->have_mime_type = FALSE;
}
else
{
+#if 0
g_print ("No folder open for %s\n", filename);
+#endif
icon_type = get_icon_type (filename, error);
if (icon_type == ICON_REGULAR)
if (folder_unix->stat_info)
{
+#if 0
g_print ("Releasing information for directory %s\n", folder_unix->filename);
+#endif
g_hash_table_destroy (folder_unix->stat_info);
}
if (folder_unix->stat_info)
return TRUE;
+#if 0
g_print ("Reading directory %s\n", folder_unix->filename);
+#endif
folder_unix->stat_info = g_hash_table_new_full (g_str_hash, g_str_equal,
(GDestroyNotify)g_free,
if (!fill_in_names (folder_unix, error))
return FALSE;
+#if 0
g_print ("Stating directory %s\n", folder_unix->filename);
+#endif
g_hash_table_foreach_remove (folder_unix->stat_info,
cb_fill_in_stats,
folder_unix);
if (folder_unix->have_mime_type)
return TRUE;
+#if 0
g_print ("Getting mime types for directory %s\n", folder_unix->filename);
+#endif
g_hash_table_foreach_remove (folder_unix->stat_info,
cb_fill_in_mime_type,
folder_unix);